-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scaleway module utils: make function private that should be removed #5499
scaleway module utils: make function private that should be removed #5499
Conversation
Hmm, pylint really doesn't want us to touch that function, it seems :-( |
Ok, I give up... :-( |
a198ddd
to
c6a658b
Compare
Yay, the tests stopped failing! 🎉 Let's get this merged. |
Backport to stable-6: 💚 backport PR created✅ Backport PR branch: Backported as #5860 🤖 @patchback |
…nction private that should be removed (#5860) scaleway module utils: make function private that should be removed (#5499) * Make function private that should be removed (ref: #5497). * Maybe it works as a comment? * Try something else. * Ok, let's just add a comment. * Last try: docstring instead of comment. (cherry picked from commit c4b1836) Co-authored-by: Felix Fontein <felix@fontein.de>
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
SUMMARY
Removing it in #5497 triggered a pylint bug. This tries to at least make it private.
ISSUE TYPE
COMPONENT NAME
scaleway module utils